@charset "utf-8";
/* CSS Document */
#play {
	margin: 0 auto;
	padding:0;
	width: 330px;
	height: 160px;
    background-color:#eee;
}

#play ul {
	list-style: none;
	margin: 0px;
	height: 160px;
	width: 330px;
	padding: 0px;
}
#play ul li {
	list-style: none;
}
#playText{
	display:none;
z-index: 4;
position: absolute;
text-align: left;
margin: 110px 0px 0px 265px;
height: 35px;
line-height: 35px;
color: white;
font-weight: bolder;
padding-left: 5px;
background-color:#000;
	color:white;
	filter:alpha(opacity=50); /* IE 透明度50% */
	 -moz-opacity:0.5; /* Moz + FF 透明度50%*/
    opacity: 0.5; /* 支持CSS3的浏览器（FF 1.5也支持）透明度50%*/	
}
#playNum{
	z-index: 5;
	position: absolute;
	text-align: right;
	margin: 125px 0px 0px 260px;
	
	height: 35px;
	background-color:#000;
	color:white;
	filter:alpha(opacity=50); /* IE 透明度50% */
	 -moz-opacity:0.5; /* Moz + FF 透明度50%*/
    opacity: 0.5; /* 支持CSS3的浏览器（FF 1.5也支持）透明度50%*/	
	overflow:hidden;
}
#playNum a {
	z-index: 4;
	position:relative;
	text-align: center;
	padding: 0 5px 0 5px;
	margin: 0px;
	font: bold 12px/35px "times new roman", times, seri;
	height: 35px;
	color: white;
	cursor: pointer;
}
#playShow {
	width: 330px;
	height: 160px;
	overflow: hidden;
}